popover: Don't overdraw background
authorCarlos Garnacho <carlosg@gnome.org>
Wed, 22 Jan 2014 17:32:16 +0000 (18:32 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Wed, 22 Jan 2014 17:32:16 +0000 (18:32 +0100)
commit074e17e100e47eeeb19c2b1a62b624d6f2e4934c
treefa0f3678c8a693dd456271cc9bafa7a9f06300bf
parenteb2c1242fee99f68ada7940428f0c2426110cef0
popover: Don't overdraw background

It was only done so the background would connect visually to the popover
tail, but then it brings aliasing issues when the border is drawn over the
background. Instead, overdraw the tail, so it also fills the gap left by
the border.
gtk/gtkpopover.c